<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* å›¾ç‰‡æ”¾å¤§ */
.img_scale {
  overflow: hidden;
}
.img_scale img {
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  -ms-transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  -o-transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  -webkit-transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  -moz-transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
}
.img_scale:hover img {
  transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
}
.img_scale:hover .full {
  transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
}
.img-responsive {
  max-width: 100%;
  height: auto;
}
.img-auto {
  max-width: 100%;
  height: auto;
  width: 100%;
}
.border-bottom {
  border-bottom: 1px solid #d3d3d3;
}
.index-tit-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.index-tit {
  font-size: 30px;
  line-height: 1;
  color: #131313;
}
.index-more {
  display: inline-block;
  padding-bottom: 17px;
  border-bottom: 1px solid #c4c4c4;
}
.index-more.white {
  border-bottom-color: #fff;
}
.index-more.white span {
  color: #fff;
}
.index-more span {
  font-size: 12px;
  line-height: 1;
  color: #616060;
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}
.banner {
  position: relative;
}
.banner .swiper-pagination {
  width: 12px;
  top: 50%;
  bottom: auto;
  left: auto;
  right: 5%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
}
.banner .swiper-pagination .swiper-pagination-bullet {
  width: auto;
  height: auto;
  background: none;
  display: block;
  opacity: 1;
}
.banner .swiper-pagination .swiper-pagination-bullet::before {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  background: #ababab;
  margin: 10px 6px;
  border-radius: 50%;
  transition: all 0.45s ease;
  -ms-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  -webkit-transition: all 0.45s ease;
  -moz-transition: all 0.45s ease;
}
.banner .swiper-pagination .swiper-pagination-bullet::after {
  content: '';
  width: 1px;
  height: 0;
  background: #ababab;
  display: block;
  margin: 0 10px;
  transition: all 0.45s ease;
  -ms-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  -webkit-transition: all 0.45s ease;
  -moz-transition: all 0.45s ease;
}
.banner .swiper-pagination .swiper-pagination-bullet-active::before {
  width: 12px;
  height: 15px;
  background: url('../images/pagination-icon.png') no-repeat center / 100% 100%;
  transition: all 0.45s ease;
  -ms-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  -webkit-transition: all 0.45s ease;
  -moz-transition: all 0.45s ease;
}
.banner .swiper-pagination .swiper-pagination-bullet-active::after {
  height: 114px;
  transition: all 0.45s ease;
  -ms-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  -webkit-transition: all 0.45s ease;
  -moz-transition: all 0.45s ease;
}
.technology {
  padding: 6.35% 0 7.6%;
}
.technology .technology-list {
  margin-top: 3.97%;
}
.technology .technology-list ul {
  display: flex;
  margin: 0 -9px;
}
.technology .technology-list li {
  width: 50%;
  padding: 0 9px;
}
.technology .technology-list li:hover .technology-desc::after {
  width: 100%;
  transition: all 0.45s ease;
  -ms-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  -webkit-transition: all 0.45s ease;
  -moz-transition: all 0.45s ease;
}
.technology .technology-list a {
  display: block;
}
.technology .technology-list .technology-desc {
  padding: 50px 0;
  position: relative;
}
.technology .technology-list .technology-desc::after {
  content: '';
  width: 0;
  height: 1px;
  background: #c4c4c4;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.45s ease;
  -ms-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  -webkit-transition: all 0.45s ease;
  -moz-transition: all 0.45s ease;
}
.technology .technology-list .technology-desc .desc1 {
  font-size: 14px;
  line-height: 1;
  color: #616060;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}
.technology .technology-list .technology-desc .desc2 {
  font-size: 20px;
  line-height: 1;
  color: #000;
  margin-top: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}
.application {
  position: relative;
}
.application .slide-item {
  width: 45%;
  position: absolute;
  left: 205px;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
}
.application .pagination-wrap {
  position: absolute;
  right: 205px;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  width: 232px;
  z-index: 99;
}
.application .pagination-wrap li {
  font-size: 16px;
  line-height: 22px;
  color: #fff;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 15px;
  padding: 10px 24px;
  margin: 15px 0;
  min-height: 58px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.application .pagination-wrap li.active {
  background: #2d74ba;
}
.application h4 {
  font-size: 30px;
  line-height: 36px;
  color: #fff;
}
.application p {
  font-size: 24px;
  line-height: 36px;
  color: #fff;
  margin: 25px 0 5px;
}
.application .application-desc {
  width: 80%;
  font-size: 14px;
  line-height: 24px;
  color: #fff;
}
.application .list-page {
  position: relative;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 3.7% 0 5% 4%;
}
.application .list-page::before {
  content: '';
  width: 2px;
  height: 100%;
  background: #2d74ba;
  position: absolute;
  top: 0;
  left: 0;
}
.application .list-page li {
  font-size: 18px;
  line-height: 1;
  padding-left: 20px;
}
.application .list-page li:nth-child(2) {
  margin: 30px 0;
}
.application .list-page a {
  color: #fff;
  display: block;
}
.product {
  margin: 5.93% 0 6.66%;
}
.product .product-list {
  margin-top: 30px;
}
.product .product-item {
  display: flex;
}
.product .product-item.product-item1 {
  margin-bottom: 4.43%;
}
.product .product1 {
  width: 60.33%;
}
.product .product2 {
  width: 39.67%;
  padding-left: 3.31%;
}
.product .product3 {
  width: 45.96%;
  padding: 0 8.27% 0 6.29%;
}
.product .product4 {
  width: 54.04%;
  padding-right: 5.62%;
}
.product .product-desc {
  background: #f6f6f6;
  padding: 40px 50px 35px;
}
.product .product-desc p {
  font-size: 24px;
  line-height: 1;
  color: #010101;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}
.product .product-desc p::before {
  content: '';
  width: 4px;
  height: 21px;
  background: #2d74ba;
  display: inline-block;
  vertical-align: bottom;
  margin-right: 15px;
}
.product .index-more {
  display: block;
  position: absolute;
  bottom: 7.62%;
  left: 32.42%;
}
.new {
  background: url('../images/new-bg.jpg') no-repeat center / cover;
  padding: 3.64% 0 6.25%;
}
.new .index-tit-wrap {
  margin-bottom: 3.44%;
}
.new .swiper-slide {
  background: #fff;
  padding: 25px 30px 65px;
  transition: all 0.45s ease;
  -ms-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  -webkit-transition: all 0.45s ease;
  -moz-transition: all 0.45s ease;
}
.new .swiper-slide::after {
  content: '';
  width: 0;
  height: 5px;
  background: #2d74ba;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all 0.45s ease;
  -ms-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  -webkit-transition: all 0.45s ease;
  -moz-transition: all 0.45s ease;
}
.new .swiper-slide:hover {
  box-shadow: 0 5px 15px -1px rgba(0, 0, 0, 0.18);
}
.new .swiper-slide:hover::after {
  width: 100%;
  transition: all 0.45s ease;
  -ms-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  -webkit-transition: all 0.45s ease;
  -moz-transition: all 0.45s ease;
}
.new .swiper-slide:hover .more {
  opacity: 1;
  transition: all 0.45s ease;
  -ms-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  -webkit-transition: all 0.45s ease;
  -moz-transition: all 0.45s ease;
}
.new .new-time {
  font-size: 32px;
  line-height: 1;
  color: #000;
  font-family: 'DINCond-Regular';
}
.new .new-time span {
  font-size: 16px;
  display: inline-block;
  margin-left: 5px;
}
.new h6 {
  font-size: 18px;
  line-height: 30px;
  color: #000;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  min-height: 60px;
  margin: 22px 0 16px;
}
.new p {
  font-size: 14px;
  line-height: 24px;
  color: #8a8a8a;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  min-height: 48px;
  margin-bottom: 30px;
}
.new .more {
  margin-top: 27px;
  opacity: 0;
  transition: all 0.45s ease;
  -ms-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  -webkit-transition: all 0.45s ease;
  -moz-transition: all 0.45s ease;
}
.new .swiper-pagination {
  position: relative;
  bottom: auto;
  left: auto;
  font-size: 0;
  margin-top: 7.15%;
}
.new .swiper-pagination .swiper-pagination-bullet {
  width: 30px;
  height: 4px;
  background: #8a8a8a;
  opacity: 1;
  border-radius: 0;
  margin: 0 11px;
}
.new .swiper-pagination .swiper-pagination-bullet-active {
  background: #2d74ba;
}
@media (max-width: 1680px) {
  .index-tit {
    font-size: 28px;
  }
  .new .swiper-slide {
    padding: 25px 20px 45px;
  }
  .new .new-time {
    font-size: 28px;
  }
  .new h6 {
    font-size: 16px;
    line-height: 26px;
    min-height: 52px;
    margin: 15px 0;
  }
  .new p {
    margin-bottom: 20px;
  }
  .new .more {
    margin-top: 20px;
  }
  .technology .technology-list .technology-desc {
    padding: 35px 0;
  }
  .technology .technology-list .technology-desc .desc2 {
    font-size: 18px;
  }
  .application .slide-item {
    left: 5%;
  }
  .application .pagination-wrap {
    right: 5%;
  }
  .application .pagination-wrap li {
    font-size: 14px;
    padding: 10px 15px;
  }
  .application .list-page {
    margin: 35px 0 35px 35px;
  }
  .application .list-page li {
    font-size: 16px;
  }
  .application .list-page li:nth-child(2) {
    margin: 25px 0;
  }
  .application h4 {
    font-size: 24px;
  }
  .application p {
    font-size: 20px;
    line-height: 32px;
    margin: 15px 0 5px;
  }
}
@media (max-width: 1440px) {
  .product .product-desc {
    padding: 35px 25px;
  }
  .product .product-desc p {
    font-size: 22px;
  }
  .product .product2 {
    padding-left: 3%;
  }
  .product .product3 {
    padding-left: 0;
    padding-right: 3%;
  }
  .product .product4 {
    padding-right: 0;
  }
  .product .index-more {
    bottom: 0;
  }
  .new {
    padding: 50px 0;
  }
  .new .new-time {
    font-size: 24px;
  }
  .new .new-time span {
    font-size: 14px;
  }
  .new .index-tit-wrap {
    margin-bottom: 30px;
  }
  .new .swiper-pagination {
    margin-top: 45px;
  }
  .technology .technology-list {
    margin-top: 35px;
  }
  .technology .technology-list .technology-desc {
    padding: 25px 0;
  }
  .technology .technology-list .technology-desc .desc2 {
    margin-top: 10px;
  }
  .banner .swiper-pagination .swiper-pagination-bullet-active::after {
    height: 60px;
  }
  .application h4 {
    font-size: 22px;
  }
  .application p {
    font-size: 18px;
    margin: 10px 0 5px;
  }
  .application .application-desc {
    width: 100%;
  }
  .application .application-desc br {
    display: none;
  }
  .application .slide-item {
    width: 50%;
  }
  .application .list-page {
    margin: 25px 0 25px 15px;
  }
  .application .list-page li {
    padding-left: 15px;
  }
  .application .list-page li:nth-child(2) {
    margin: 15px 0;
  }
}
@media (max-width: 1280px) {
  .index-tit {
    font-size: 24px;
  }
  .technology {
    padding: 45px 0 50px;
  }
  .technology .technology-list {
    margin-top: 25px;
  }
  .technology .technology-list .technology-desc {
    padding: 20px 0;
  }
}
@media (max-width: 1200px) {
  .product {
    margin: 50px 0 60px;
  }
  .product .product-item.product-item1 {
    margin-bottom: 30px;
  }
  .product .product-desc {
    padding: 25px 20px;
  }
  .product .product-desc p {
    font-size: 18px;
  }
  .product .product-desc p::before {
    margin-right: 10px;
  }
  .product .index-more {
    left: 25%;
  }
  .banner .swiper-pagination .swiper-pagination-bullet-active::after {
    height: 40px;
  }
}
@media (max-width: 998px) {
  .index-tit {
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  .new {
    padding: 40px 0;
  }
  .new .index-tit-wrap {
    margin-bottom: 20px;
  }
  .new .swiper-slide {
    padding: 20px 20px 35px;
  }
  .new .more {
    display: none;
  }
  .new .swiper-pagination {
    margin-top: 25px;
  }
  .new .swiper-pagination .swiper-pagination-bullet {
    margin: 0 5px;
    width: 20px;
    height: 2px;
  }
  .new h6 {
    line-height: 24px;
    min-height: auto;
  }
  .index-more {
    padding-bottom: 12px;
  }
  .index-more span {
    margin-right: 10px;
  }
  .product .product-list {
    margin-top: 20px;
  }
  .product .product-item {
    display: block;
  }
  .product .product1 {
    width: 100%;
    margin-bottom: 25px;
  }
  .product .product2 {
    width: 100%;
    padding-left: 0;
  }
  .product .product3 {
    width: 100%;
    padding-right: 0;
    margin-bottom: 25px;
  }
  .product .product4 {
    width: 100%;
  }
  .product .index-more {
    position: relative;
    left: auto;
    bottom: auto;
    display: inline-block;
    margin-top: 20px;
  }
  .technology {
    padding: 35px 0 25px;
  }
  .technology .technology-list ul {
    margin: 0;
    display: block;
  }
  .technology .technology-list li {
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
  }
  .technology .technology-list .technology-desc .desc2 {
    font-size: 16px;
  }
  .banner .swiper-pagination .swiper-pagination-bullet::before {
    margin: 5px;
  }
  .banner .swiper-pagination .swiper-pagination-bullet-active::after {
    height: 25px;
  }
  .application .swiper-container {
    width: 90%;
  }
  .application .index-tit {
    margin-bottom: 25px;
    text-align: center;
  }
  .application .list-page {
    display: none;
  }
  .application .slide-item {
    width: 100%;
    margin: 20px 0;
    position: relative;
    left: auto;
    top: auto;
    transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
  }
  .application .index-more {
    margin-top: 12px;
  }
  .application .pagination-wrap li {
    padding: 5px 10px;
    margin: 10px 0;
  }
  .application p,
  .application .application-desc {
    color: #000;
  }
  .application h4 {
    display: none;
  }
  .application .index-more.white {
    display: none;
  }
  .application p {
    margin: 5px 0;
  }
}
@media (max-width: 480px) {
  .index-tit {
    font-size: 20px;
  }
  .product .product-desc {
    padding: 20px 15px;
  }
  .product .product-desc p {
    font-size: 16px;
  }
  .product .product-desc p::before {
    width: 2px;
    height: 15px;
    margin-right: 5px;
  }
}
</pre></body></html>